home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000021_fdc@columbia.edu_Wed Nov 26 11:23:55 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Problem in Kermit trying to get a file while sending it at the same time
  5. Date: 26 Nov 2003 16:17:44 GMT
  6. Organization: Columbia University
  7. Lines: 26
  8. Message-ID: <slrnbs9kh8.ipa.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311250532.1b93aad@posting.google.com> <slrnbs6r9i.oig.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311260731.11d9eb29@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1069863464 26178 128.59.59.56 (26 Nov 2003 16:17:44 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 26 Nov 2003 16:17:44 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14697
  17.  
  18. In article <f0bb0f39.0311260731.11d9eb29@posting.google.com>,
  19. newexpectuser wrote:
  20. : Looking at Case Study #10, this tells me there would need to be two
  21. : scripts running, 1 on the Branch machine to "send" the files and 1 on
  22. : the HQ machine to "set receive" the files.
  23. : My case is a little different, my HQ machine is the one running the
  24. : Kermit Script (logging onto the Branch machine, changing to the
  25. : directory where the file resides on the remote machine and doing a
  26. : mget * command), so this example may not help me, unless I broke up
  27. : the scripts into two.
  28. You can have any arrangement you want: caller is HQ vs Branch; the server
  29. can be the caller or the callee, etc.  Just reverse the example: tell
  30. the server on the Branch machine to "set send move-to ..." or whatever
  31. before it goes into server mode, and then tell the client at HQ to
  32. "mget" the files.
  33.  
  34. : The issue with doing that is the Branch machine is a secure ftp server
  35. : and cannot communicate over to the HQ machine for security reasons.
  36. :
  37. I'm sure it's possible to have Kermit do whatever you want to it do.
  38. Read the manual and the updates and the case studies; study the sample
  39. scripts.
  40.  
  41. - Frank
  42.